-
Notifications
You must be signed in to change notification settings - Fork 8.1k
doc: scripts: gen_devicetree_rest: add sidebar with binding overview #97666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1bf7494
to
4943930
Compare
4943930
to
5e6b081
Compare
The sidebar used for the "wikipedia"-style card in the documentation pages of board is actually something that is worth reusing elsewhere so move the corresponding styles from board.css to global custom.css Signed-off-by: Benjamin Cabé <[email protected]>
The documentation build shouldn't need to pull in anything beyond what's active by default in the west.yml manifest. In fact, due to the way the manifest_projects_table.py script currently works, it is important that have a local west config that's "vanilla" so that the table of active/inactive projects is correct. Signed-off-by: Benjamin Cabé <[email protected]>
5e6b081
to
698f690
Compare
Please retry analysis of this Pull-Request directly on SonarQube Cloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, but this should count as "I find it pretty".
Very nice @kartben ! Late to the party... |
This adds some general info about the binding in a sidebar similar to what is already used in the documentation of boards.
This is some preliminary work as there should soon be a new entry in that overview sidebar with a link to check out all the boards that feature a given compatible :)
BEFORE
AFTER